home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16329 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.5 KB  |  56 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!guzz
  3. From: guzz@netcom.com (Adam Gensler)
  4. Subject: Re: Recommendations for compiler for HS students
  5. Message-ID: <316b22ef.1452311@10.0.2.1>
  6. Sender: guzz@netcom10.netcom.com
  7. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  8. X-Newsreader: Forte Agent .99d/32.182
  9. References: <4kesc2$i6g@head.globalcom.net>
  10. Date: Wed, 10 Apr 1996 02:54:46 GMT
  11.  
  12.     You can get DJGPP for FREE.  This is a really nice compiler
  13. considering what you're paying for.  You can even get the FREEWARE version of
  14. Multi-Edit Lite for DOS (from American Cybernetics) which has syntax
  15. highlighting, and built in compiler support so your students will only have to
  16. hit one button to compile their source (that is after it's all set up, but
  17. it's not hard at all).  DJGPP also has a debuger in case you're wondering.
  18.  
  19.     Otherwise the students are looking to pay at least $100 for a
  20. comertial compiler (if they get a student discount).  I wouldn't have them
  21. waste money on MS Quick C++ or Borland Turbo C++.  It's a waste of money, if
  22. you're gonna spend money on a compiler, mind as well do it right the first
  23. time.  I don't know if Quick C or Turbo C come with a debugger, but I'm sure
  24. the IDE has to be run under Windows.
  25.  
  26.     I was going to get Borland C++ v5.0 with a student discount today, but
  27. the price was jacked up to $129 from $99 since v4.5.  Being a computer science
  28. student, and needing a compiler since I sold my v4.5, I'm moving over to
  29. Watcom C/C++ v10.6 which is only $99.
  30.  
  31.     Note: The increase in price for Borland C++ v5.0 may just be the
  32. crappy school bookstore trying to get more of my money.  The price may be
  33. cheaper at other school bookstores.  I suggest you check it out if you want
  34. the Borland compiler.
  35.  
  36.     I wouldn't waste money on a Microsoft C++ compiler unless I was going
  37. to do Windows95 programming.
  38.  
  39. On Wed, 10 Apr 1996 02:37:53 GMT, bkeiffer@shentel.net (Bryan Keiffer) wrote:
  40.  
  41. >I am looking for recommendations for a compiler to be used to teach
  42. >c++ to high school students.  The machines they will be using will
  43. >most likely be Pentium machines with 16 Meg of RAM.  Objects, classes,
  44. >etc. are not really an issue. At this level students just need to
  45. >learn the syntax and basic programming concepts.
  46. >Since I will be taking a c++ course this summer, it follows that I
  47. >currently do not know the language, but I need to make a
  48. >recommendation for the software purchase.
  49. >My solution is to ask the people who know. Borland, Microsoft, GNU ?
  50. >Help!
  51. >
  52. >Bryan Keiffer (bkeiffer@shentel.net)
  53. >   
  54. >
  55.  
  56.